home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk14 / c64em / test.c < prev    next >
C/C++ Source or Header  |  1995-03-18  |  102b  |  7 lines

  1. #include <intuition/intuition.h>
  2.  
  3. main()
  4. {
  5. printf("Size of struct = %d\n",sizeof(struct MenuItem));
  6. }
  7.